.banner{
	width: 100%;
	min-height: 485px;
	z-index: 2 !important;
	/* height: 758px; */
}

.banner .swiper-wrapper{
	width: 100%;
	height: 100%;
}

.banner .swiper-wrapper .swiper-slide{
	width: 100%;
	height: 100%;
}

.banner .swiper-wrapper .swiper-slide img{
	width: 100%;
	height: 100%;
}

.banner .swiper-pagination{
	bottom: 25px !important;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	width: 50px;
	height: 5px;
	opacity: 1;
	border-radius: 2px;
	margin: 0 10px !important;
}

.banner .swiper-pagination-bullet-active {
	background: #8FC41F;
}

.notice {
	display: flex;
	align-items: center;
}

.notice .title {
	width: 180px;
	height: 53px;
	background-color: #555555;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 20px;
	margin: 10px 40px 10px 0;
}

.notice .title>img {
	margin-right: 20px;
}

.noticeSwiper {
	width: 980px;
	height: 40px;
}

.noticeSwiper .swiper-wrapper {
	width: 100%;
	height: 40px;
}

.noticeSwiper .swiper-wrapper .swiper-slide {
	width: 480px;
	height: 40px;
	display: flex;
	line-height: 40px;
}

.noticeSwiper .swiper-wrapper .swiper-slide .noticeItem:first-child {
	border-right: 1px solid #ddd;
	padding-right: 38px;
	margin-right: 38px;
}

.noticeItem {
	display: flex;
	color: #333;
}

.noticeItem>span {
	margin-left: 20px;
	font-size: 12px;
	color: #aaa;
}

.notice .more {
	margin-left: 45px;
}

.news {
	display: flex;
	margin-top: 20px;
}

.newsSwiper {
	width: 532px;
	height: 395px;
	border-radius: 10px;
	overflow: hidden;
}

.newsSwiper .swiper-wrapper {
	width: 100%;
	height: 100%;
}

.newsSwiper .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;

}

.newsSwiper .swiper-wrapper .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}


.newsSwiper .swiper-wrapper .swiper-slide a>img {
	width: 100%;
	height: 100%;
}

.newsSwiper .swiper-wrapper .swiper-slide>p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 28px 0 22px 25px;
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	padding-right: 140px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.newsSwiper .swiper-pagination {
	left: 200px !important;
	bottom: 23px !important;
}

.newsSwiper .swiper-pagination-bullet {
	background: #fff;
	width: 10px;
	height: 10px;
	opacity: 1;
	margin: 0 6px !important;
}

.newsSwiper .swiper-pagination-bullet-active {
	background: #8FC41F;
}

.news .rightBox {
	width: 600px;
	display: flex;
	flex-direction: column;
	margin-left: 35px;
	height: 395px;
}

.news .rightBox .title{
	color: #8FC41F;
	font-size: 24px;
	position: absolute;
}

/* tabbtn */
.tabbtn {
	display: flex;
	width: 555px;
	justify-content: space-between;
	/* margin-left: 145px; */
}

.tabbtn li a {
	display: block;
	overflow: hidden;
	width: 108px;
	text-align: center;
	font-size: 24px;
	color: #333;
	cursor: pointer;
}

.tabbtn li.current {
}

.tabbtn li.current a {
	border-bottom: solid 4px #8FC41F;
	padding-bottom: 5px;
	color: #8FC41F;
}
/* tabcon */
.tabcon {
	position: relative;
	/*必要元素*/
	height: 310px;
	overflow: hidden;
	margin-top: 30px;
}

.tabcon .subbox {
	position: absolute;
	/*必要元素*/
	left: 0;
	top: 0;
}

.tabcon .sublist {
	/* padding: 5px 10px; */
	/* height: 170px; */
}

/* leftcon */
#leftcon .subbox {
	width: 9999em;
}

#leftcon .subbox .sublist {
	float: left;
	width: 600px;
}

#leftcon .subbox .sublist li{
	display: flex;
	margin-bottom: 30px;
}

.g-tab{
	width: 80px;
	height: 85px;
	background-image: url(../img/news-bg.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 23px;
}

.g-tab p{
	color: #fff;
	text-align: center;
}
.g-tab p:first-child{
	width: 60px;
	margin: 0 auto;
	font-size: 33px;
	border-bottom: 1px dashed #fff;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.w-tab{
	width: 80px;
	height: 85px;
	background-image: url(../img/news-bg2.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	margin-right: 23px;
	text-align: center;
}

.w-tab p:first-child{
	width: 60px;
	margin: 0 auto;
	font-size: 33px;
	border-bottom: 1px dashed #000;
	padding-bottom: 4px;
	margin-bottom: 5px;
}
.newsItem{
	width: 478px;	
}

.newsItem a { 
	color: #333;
}

.newsItem:hover a{
	color: #8FC41F;
}

.newsItem p{
	font-size: 20px;
	margin-bottom: 11px;
	width: 477px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.newsItem span{
	font-size: 16px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.wlfc{
	margin-top: 60px;
}

.wlfc .title{
	width: 335px;
	margin: 0 auto 47px;
}

.wlfcSwiper{
	width: 100%;
	height: 340px;
}
.wlfcSwiper .swiper-slide{
	width: 476px;
	height: 340px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.wlfcSwiper .swiper-slide>img{
	width: 100%;
	height: 100%;
}

.wlfcSwiper .swiper-slide .info{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 106px;
	background-image: url(../img/mengban.png);
	background-size: 100% 100%;
	color: #fff;
	text-align: center;
	padding-top: 30px;
}

.wlfcSwiper .swiper-slide .info:hover p{
	transform: scale(1.05);
	transition: 0.3s;
}


.wlfcSwiper .swiper-slide .info .name{
	margin-bottom: 15px;
	font-size: 18px;
	font-weight: 500;
	transition: 0.3s;
}
.wlfcSwiper .swiper-slide .info .gomore{
	font-weight: bold;
	color: #fff;
	transition: 0.3s;
}

.wlfcSwiper .swiper-slide .info{
	height: 0;
}

.wlfcSwiper .swiper-slide-active .info{
	height: 106px;
	transition: 0.5s;
}

.wlfcSwiper .swiper-button-next{
	width: 64px;
	height: 106px;
	background-image: url(../img/right.png);
	background-size: 100% 100%;
	right: 28px;
}

.wlfcSwiper .swiper-button-prev{
	width: 64px;
	height: 106px;
	background-image: url(../img/left.png);
	background-size: 100% 100%;
	left: 28px;
}


.wlzt{	
	margin-top: 55px;
	position: relative;
}

.wlzt .title{
	width: 335px;
	margin: 0 auto 25px;
}

.wlztSwiper{
	width: 1050px;
}

.wlztSwiper .swiper-wrapper{
	width: 330px;
	height: 150px;
}

.wlztSwiper .swiper-slide{
	width: 100%;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.wlztSwiper .swiper-slide a{
	width: 100%;
	height: 100%;
	display: block;
}

.wlztSwiper .swiper-slide a img{
	width: 100%;
	height: 100%;
}
.arrow-left{
	position: absolute;
	top: 70px;
	left: -10px;
	width: 34px;
	height: 34px;
	outline: 0;
	cursor:pointer;
}

.arrow-right{
	position: absolute;
	top: 70px;
	right: -10px;
	width: 34px;
	height: 34px;
	outline: 0;
	cursor:pointer;
}

.cswh{
	margin-top: 55px;
	background-image: url(../img/cswh-bg.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	padding-bottom: 90px;	
}

.cswh .left{
	height: 410px;
}


.cswh .title{
	width: 335px;
	margin: 0 auto 20px;
}

.cswhSwiper{
	width: 582px;
	height: 388px;
	border-radius: 10px;
	overflow: hidden;
}

.cswhSwiper .swiper-wrapper{
	width: 100%;
	height: 100%;
}

.cswhSwiper .swiper-slide{
	width: 100%;
	height: 100%;
	position: relative;
}
.cswhSwiper .swiper-slide a {
	width: 100%;
	height: 100%;
	display: block;
}

.cswhSwiper .swiper-slide a img{
	width: 100%;
	height: 100%;
}


.cswh .swiper-pagination{
	width: 582px !important;
	margin-top: 16px;
}
.cswh .swiper-pagination-bullet{
	width: 20px;
	height: 7px;
	border-radius: 3px;
	margin: 0 5px;
}

.cswh .swiper-pagination-bullet-active{
	opacity: 1;
	background-color: #009AE2 !important;
}

.cswhSwiper .swiper-slide .playBtn{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,.4);
	display: flex;
	justify-content: center;
	align-items: center;
}

.cswhSwiper .swiper-slide .playBtn>img{
	cursor: pointer;
}

.cswh .right{
	width: 598px;
	margin-left: 22px;
}

.cswh .right .whItem{
	padding: 20px 35px 23px 24px;
	display: flex;
	border-radius: 10px;
	background-color: #DDDDDD;
	margin-bottom: 13px;
}

.cswh .right .whItem .date{
	width: 58px;
	color: #666666;
}

.cswh .right .whItem .date p{
	font-size: 18px;
	text-align: center;
}

.cswh .right .whItem .date p:first-child{
	border-bottom: 1px solid rgba(255,255,255,.2);
	padding-bottom: 14px;
	margin-bottom: 14px;
}

.cswh .right .whItem .content{
	width: 463px;
	margin-left: 22px;
}

.cswh .right .whItem .content p{
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #333333;
}

.cswh .right .whItem .content span{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #4B4B4B;
}


.cswh .right .active-item{
	display: block;
	background-color: #009AE2;
	display: flex;
}

.cswh .right .active-item p,
.cswh .right .active-item span{
	color: #fff !important;
}

.movieBox{
	position: fixed;
	width: 700px;
	height: 350px;
	left: 50%;
	top: 30%;
	transform: translateX(-50%);
	z-index: 999;
	display: none;
}

.movieBox video{
	width: 100%;
}

.movieBox .close{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	cursor: pointer;
	transition: 0.2s;
}

.movieBox .close:hover{
	transform: scale(0.9);
	transition: 0.2s;
}
